Conversation
|
Newest code from mattermost has been published to preview environment for Git SHA 24eb848 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe markdown actions reference now documents plugin updates through ChangesMarkdown action update rules
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@site/content/integrate/reference/markdown-actions/_index.md`:
- Around line 193-194: Update the `mm_blocks_actions` omission guidance in the
Markdown actions reference: state that omitted fields are treated as blank and
callers must include the existing actions to preserve them, rather than claiming
omission keeps them. Leave the author/session and endpoint guidance unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: ce977891-9631-41d0-a6c9-af3856873635
📒 Files selected for processing (1)
site/content/integrate/reference/markdown-actions/_index.md
|
Newest code from mattermost has been published to preview environment for Git SHA 3dad8a0 |
|
@CodeRabbit review |
✅ Action performedReview finished.
|
|
/update-branch |
|
Error trying to update the PR. |
Summary
mm_blocks_actionson a post it authored, via the update/patch post endpoints; other sessions can edit the message but not another author's actions.mm_blocks_actionspreserves the existing actions, so a message-only edit never wipes buttons.mmaction://link from the message revokes its action — the entry is pruned and later clicks return a not-found error.Related
mattermost/mattermost#37583
Ticket Link
Fixes: https://mattermost.atlassian.net/browse/MM-69885